home *** CD-ROM | disk | FTP | other *** search
- ; This batchfile demonstrates how to use FInf and FImp in making a "man" online
- ; documentation batchfile.
- ; FInf is used for scanning the manual directories. The documentation files
- ; may be (but need not be) imploded using FImp. Directories are used to
- ; differentiate between the different reader programs required to display the
- ; various files.
-
- .key manus/a
- .bra {
- .ket }
-
- FInf Man:{manus} -q -p -f -nh -na -lf "FImp >NIL: %s T:Ex -XO -AL c -RF \"Ed %%s\\nDelete T:Ex/#?\"" BATCH
-
- FInf Man:ANSI/{manus} -q -p -f -nh -na -lf "FImp >NIL: %s T:Ex -XO -AL c -RF \"More %%s\\nWait 1 sec\\nDelete T:Ex/#?\"" BATCH
-
- FInf Man:IFF/{manus} -q -p -f -nh -na -lf "FImp >NIL: %s T:Ex -XO -AL c -RF \"Run Leggi %%s smart font topaz/8\\nWait 2 secs\\nDelete T:Ex/#?\"" BATCH
-